home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Mixed Mode Maddness / Compilier / hello6502.asm < prev   
Assembly Source File  |  2000-06-23  |  68b  |  9 lines

  1.     ldx #0
  2.     ldy #1
  3.     beq done
  4.     lda    (22,x)
  5.     ldx 33
  6.     ldy $ffed
  7. done:
  8.     rts
  9.